/*模块标题样式*/
.moduletitle {
	font-size: 1.7em;
	line-height: 75px;
	font-weight:normal;
}
/*通用字体样式*/
.generalfont {
	font-size: 0.8em;
	line-height: 1.9em;
}
/*轮播图*/
#banner {
	min-width: 990px;
	overflow: hidden;
	position: relative;
}
.bannerWarp {
	min-width: 990px;
	position: absolute;
}
.bannerWarp li {
	min-width: 990px;
	position: absolute;
}
.bannerWarp img {
	min-width: 990px;
	min-height: auto;
	height: auto;
}
.switch {
	min-width: 990px;
	position: absolute;
	z-index: 10;
	top:50%;
}
/*轮播图按钮*/
.left {
	margin-left: 100px;
}
.right {
	margin-right: 100px;
}
.switch div:hover {
	border-radius: 50%; 
	box-shadow:  0 0 30px 10px #1F3D90;
	-webkit-box-shadow: 0 0 30px 10px #1F3D90;
    -moz-box-shadow:  0 0 30px 10px #1F3D90;
}
/*轮播图页码*/
ol {
	position: absolute;
	width: 150px;
	height: 25px;
	list-style: none;
	left: 45%;
	bottom: 15px;
}
ol li {
	margin-left: 23px;
	border-radius: 50%;
	line-height: 25px;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #ffffff;
	border:1px solid #1A3187;
}
ol li:hover {
	box-shadow:  0 0 5px 3px #1F3D90;
	-webkit-box-shadow: 0 0 5px 3px #1F3D90;
    -moz-box-shadow:  0 0 5px 3px #1F3D90;
}
.cur {
	background-color: #1A3187;
	transform: scale(1.2);
}
/*关于我们*/
#about {
	min-width: 990px;
	margin:10px auto;
	height: 220px;
}
.aboutleft {
	width: 30%;
	height: 220px;
	background-color: #56D968;
}
.information {
	width: 90%;
	height: 200px;
	margin: 10px auto;
	color: #ffffff;
}
.information p {
	line-height: 1.3em;
}
.aboutcenter {
	width: 50%;
	height: 200px;
	margin: 10px auto;
}
.abouttail {
	width: 95%;
	height: 200px;
}
.aboutright {
	width: 20%;
	height: 220px;
}
.aboutright a {
	display: block;
	width: 130px;
	height: 130px;
	color: #ffffff;
	margin: 45px 0 45px auto;
	background-color: #56D968;
}
.aboutright img {
	width: 90px;
	height: auto;
	margin: 20px 20px;
}
.aboutright p {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
/*经营范围*/
#business{
	min-width: 990px;
	height: 300px;
	background-color: #F2F2F2;
}
.look {
	margin-top: 20px;
	width: 800px;
	height: 53px;
	border-bottom: 2px dashed #D2D2D2;
}
.look a {
	display: block;
	font-weight: bold;
	line-height: 55px;
} 
.businessbottom{
	height: 195px;
	padding-top: 30px;
	overflow: hidden;
	position: relative;
}
.businessbottom ul {
	padding-top:20px; 
   	position:absolute;
    left: 0;
    top: 0;
}
.businessbottom li {
	width: 240px;
	margin-right: 10px;
	text-align: center;
}
/*新闻动态*/
#news {
	min-width: 990px;
	margin-top: 30px;
	height: 245px;
}
.newswarp {
	height: 245px;
}   
.newsimg {
	margin-top: 15px;
	width: 55%;
}
.newsimg li {
	width: 33.3%;
	position: relative;
}
.newsimg img {
	width: 90%;
	height: auto;
	border-radius: 5%;
}
.newsimg li:hover {
	-ms-transform:scale(1.1,1.1); /* IE 9 */
	-webkit-transform: scale(1.1,1.1); /* Safari */
	transform: scale(1.1,1.1); /* 标准语法 */
}
.newsimg div {
	position: absolute;
	width: 90%;
	top: 0;
	color: #ffffff;
	border-radius: 5%;
	background-color: rgba(0,0,0,0.2);
	text-align: center;
}
.newsimg div h1 {
	color:#56D968;
}
.newslist {
	margin-top: 15px;
	width: 45%;
}
.newslist li {
	width: 100%;
}
.newslist p {
	font-size: 0.8em;
	display: block;
	float: right; 
	color: #56D968;
}
/*战略合作伙伴*/
#parter {
	min-width: 990px;
	margin-top: 30px;
	height: 350px;
	position: relative;
}
.parterwarp {
	min-width: 990px;
}
.parterwarp th {
	border: 1px solid #000000;
}
.parterwarp th,td {
	position: relative;
	left: -20px;
	width: 15%;
}
.parterwarp td {
	padding: 5px;
	vertical-align:top;
}